projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a28c4a8
)
(rmail-summary-mode-map): Add rmail-summary-by-senders.
author
Richard M. Stallman
<rms@gnu.org>
Tue, 25 Jun 1996 18:15:12 +0000
(18:15 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Tue, 25 Jun 1996 18:15:12 +0000
(18:15 +0000)
lisp/mail/rmailsum.el
patch
|
blob
|
history
diff --git
a/lisp/mail/rmailsum.el
b/lisp/mail/rmailsum.el
index 7b2e2e21d9dc212ec21d6ed78e4d9eef45f4390f..1d7fa47577966ce01525ce787b414042209ee99e 100644
(file)
--- a/
lisp/mail/rmailsum.el
+++ b/
lisp/mail/rmailsum.el
@@
-814,6
+814,9
@@
Commands for sorting the summary:
(define-key rmail-summary-mode-map [menu-bar summary]
(cons "Summary" (make-sparse-keymap "Summary")))
+(define-key rmail-summary-mode-map [menu-bar summary senders]
+ '("By Senders..." . rmail-summary-by-senders))
+
(define-key rmail-summary-mode-map [menu-bar summary labels]
'("By Labels..." . rmail-summary-by-labels))